ContentDisposition Constructor (String) |
Namespace:
Independentsoft.Email.Mime
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ContentDisposition(
string contentDisposition
)
Public Sub New (
contentDisposition As String
)
Parameters
- contentDisposition
- Type: SystemString
The content disposition.
See Also